getIntValue2

abstract fun getIntValue2(): Int

Gets the second generic value, attempting to interpret it as an integer. See getIntValue1 for notes on error handling.

Return

The second value as an integer. Behavior on parsing error is implementation-dependent.